This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Sarah Ekfanater 19.Jan.04 01:20 PM a Web browser Domino Designer6.0.3All Platforms
Hi guys,
any suggestions to the following phenomenon ?
I have a database with several views. In postopen event of the views there is a @SetViewInfo-filter implemented.
Does the @SetViewInfo-filter have any effect to my lotusscript in a form e.g. query or postsave scriptcode for lookup information in a hidden view ???
e.g.
set doc = hiddenview.getDocumentbyKey ( strKey , true )
...
Or is the filter only effecting the current visible view and not all views on the database ???